home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / UTILITIES / FILTERS.SPK / !Filters / !Run < prev    next >
Text File  |  1996-07-23  |  701b  |  23 lines

  1. | Run file for TaskFilters
  2. | by KCE Software (Andrew Kemp)
  3. | © May 1995
  4.  
  5. Run <Obey$Dir>.!Boot
  6.  
  7. | Uncomment the following line if you have the Toolbox and
  8. | your ROM version of FilterManager has version number < 0.09
  9.  
  10. | RMEnsure FilterManager 0.09 RMLoad System:Modules.FilterMgr
  11.  
  12. rmload <Obey$Dir>.TaskFilter
  13.  
  14. | The following line may be removed if you don't like it.
  15. | It forces a redraw of the whole screen, to ensure that if !Filters is
  16. |    double-clicked, the window borders are redrawn.
  17. | If you run !Filters before the desktop (in a boot sequence) this is
  18. |    obviously not needed
  19.  
  20. if "<Wimp$State>"="desktop" then Run <Obey$Dir>.!Redraw
  21.  
  22. if "<Wimp$State>"="desktop" then %desktop_taskfilters
  23.